home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Languages
/
CW MacMindy 1.4
/
Examples
/
QD3D-Viewer
/
Toolbox-Library Sources
/
Toolbox-Library.dyl
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-17
|
272 b
|
19 lines
|
[
TEXT/CWIE
]
module: dylan-user
/*
Toolbox-Library.dyl
The library definition for Toolbox interfaces.
by Patrick C. Beard.
*/
define library Toolbox
// libraries this library depends on.
use Dylan;
// modules the library exports.
export
Toolbox;
end library Toolbox;